Fix conflicting declarations of x_get_keysym_name
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 6 Jul 2010 13:33:34 +0000 (15:33 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 6 Jul 2010 13:33:34 +0000 (15:33 +0200)
commita189430e8f1e23e7b3f8ac7153c580d2898f75d3
treec0447f472e6b5cac1a1152ccecce93fe1c2071ba
parent54b42054d2c6ec43a77b229a2e2587590af26fdf
Fix conflicting declarations of x_get_keysym_name

* xterm.c (x_get_keysym_name): Change type of parameter to int.
* lisp.h: Declare x_get_keysym_name.
* keyboard.c (modify_event_symbol): Don't declare
x_get_keysym_name here.
src/ChangeLog
src/keyboard.c
src/lisp.h
src/xterm.c